[@main]
#IF
checkmonmap rzbattle9 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 9 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room9.txt
addnamelist battlesystem/room10.txt
goto @nextroom

[@nextroom]
<Room 9 Completed>\
\
Amazing! you have now unlocked the final room! good luck.\
\
<Room 10/@room10> || <Exit/@giveup>

[@room10]
#IF
checkhum rzbattle10 1
#ACT
goto @error
#ELSEACT
monclear rzbattle10
Param1 rzbattle10
Param2 20
Param3 20
MonGen MinotaurKing2 1 10
mapmove rzbattle10

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room10>

